From 61b44e34161c9a468001be35d1a6d6f643ccea41 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Fri, 27 Aug 2010 00:24:17 -0300 Subject: [PATCH] Adjust type declaration. --- lisp/whitespace.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 0ef41b5a002..4b8b9a61173 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -529,6 +529,8 @@ cleanning up a buffer. See `whitespace-cleanup' and See also `whitespace-display-mappings' for documentation." :type '(repeat :tag "Kind of Blank" (choice :tag "Kind of Blank Face" + (const :tag "(Face) Face visualization" + face) (const :tag "(Face) Trailing TABs, SPACEs and HARD SPACEs" trailing) (const :tag "(Face) SPACEs and HARD SPACEs" -- 2.30.2